home *** CD-ROM | disk | FTP | other *** search
/ How To Lose A Guy In 10 Days Press Kit / How to Lose a Guy in 10 Days Press Kit.iso / pc / Program.dxr / Internal_3_Space MUI.ls < prev    next >
Encoding:
Text File  |  2003-01-17  |  469 b   |  12 lines

  1. on exitFrame me
  2.   Mooeobject = new(xtra("MUI"))
  3.   beep()
  4.   alertpropertieslist = [#Buttons: #Ok, #default: 1, #title: " Insufficent Disk Space", #Message: "A check of your hard drive indicates an insufficent amount of space . Please change your selection or folder location.", #movable: 1, #xPosition: -1, #yPosition: -1, #Icon: #caution]
  5.   answer = alert(Mooeobject, alertpropertieslist)
  6.   Mooeobject = 0
  7.   case answer of
  8.     1:
  9.       go("Meg Counter")
  10.   end case
  11. end
  12.